home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / database / iris128.arj / SPEECH.BAT < prev    next >
DOS Batch File  |  1990-01-10  |  527b  |  20 lines

  1. ECHO off
  2. CLS
  3. REM  Batch file to add speech compatibilty "on" switch
  4. REM  to iris configuration file.  11-10-1989.
  5. break on
  6. ECHO This batch file will alter your configuration 
  7. ECHO file so Iris will use your speech synthesizer.
  8. ECHO ·
  9. ECHO If you're running Iris from a floppy drive, 
  10. ECHO make sure that the Write Protect Tab is uncovered.
  11. ECHO ·
  12. ECHO If you don't want to continue, press 
  13. ECHO [Control][Break] now, or 
  14. pause
  15. ECHO .update[on] >> iris.cfg
  16. ECHO ·
  17. ECHO We'll try and load Iris now.
  18. pause
  19. IRIS
  20.